repo_transaction_stats: move to a manual implementation
authorLuca BRUNO <luca.bruno@coreos.com>
Wed, 23 Jun 2021 17:12:40 +0000 (17:12 +0000)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:56 +0000 (12:53 -0400)
commit78ca01c4e353bd23ec422766d527ea63ce348aae
tree609eb9c734c48d63baf98602acb3e9a39a13f559
parentbd843b2eae25ed0b44c30a5792dd6e9f3ab958cb
repo_transaction_stats: move to a manual implementation

This moves `RepoTransactionStats` into a manually implemented
source file in order to provide getters to expose relevant
fields.
rust-bindings/rust/conf/ostree.toml
rust-bindings/rust/src/auto/mod.rs
rust-bindings/rust/src/auto/repo_transaction_stats.rs [deleted file]
rust-bindings/rust/src/lib.rs
rust-bindings/rust/src/repo_transaction_stats.rs [new file with mode: 0644]